.la-home-page {
  --la-navy: #062b43;
  --la-navy-soft: #0b4663;
  --la-blue: #0d6b8f;
  --la-aqua: #2ac6bf;
  --la-coral: #ff7b70;
  --la-sand: #f7f1e6;
  --la-paper: #fffdf8;
  --la-ink: #17384a;
  --la-muted: #667c88;
  --la-line: rgba(6, 43, 67, 0.12);
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow-x: clip;
  color: var(--la-ink);
  background: var(--la-paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

.la-home-page,
.la-home-page * {
  box-sizing: border-box;
}

.la-home-page a {
  color: inherit;
  text-decoration: none;
}

.la-home-page img {
  display: block;
  max-width: 100%;
}

.la-home-page h1,
.la-home-page h2,
.la-home-page h3,
.la-home-page p,
.la-home-page blockquote,
.la-home-page figure {
  margin-top: 0;
}

.la-home-page h1,
.la-home-page h2,
.la-home-page h3 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: -0.04em;
}

.la-home-page :focus-visible {
  outline: 3px solid var(--la-coral);
  outline-offset: 4px;
}

.la-home-skip-link {
  position: fixed;
  z-index: 10000;
  top: -5rem;
  left: 1rem;
  padding: 0.8rem 1rem;
  border-radius: 0.75rem;
  color: var(--la-navy) !important;
  background: white;
  font-size: 0.82rem;
  font-weight: 900;
}

.la-home-skip-link:focus {
  top: 1rem;
}

.la-home-header {
  position: sticky;
  z-index: 100;
  top: 0;
  min-height: 88px;
  padding: 0 max(4vw, 1.25rem);
  display: flex;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 4rem);
  border-bottom: 1px solid var(--la-line);
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 8px 28px rgba(6, 43, 67, 0.045);
  backdrop-filter: blur(16px);
}

.admin-bar .la-home-header {
  top: 32px;
}

.la-home-brand {
  margin-right: auto;
  flex: 0 0 auto;
}

.la-home-brand img {
  width: 125px;
  height: auto;
}

.la-home-header nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.3vw, 2.3rem);
  color: var(--la-navy);
  font-size: 0.82rem;
  font-weight: 850;
}

.la-home-header nav a {
  position: relative;
  white-space: nowrap;
}

.la-home-header nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.55rem;
  width: 0;
  height: 2px;
  background: var(--la-coral);
  transition: width 0.2s ease;
}

.la-home-header nav a:hover::after,
.la-home-header nav a:focus-visible::after {
  width: 100%;
}

.la-home-header-cta {
  min-height: 44px;
  padding: 0.72rem 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border-radius: 999px;
  color: white !important;
  background: var(--la-navy);
  font-size: 0.76rem;
  font-weight: 900;
  white-space: nowrap;
  transition: transform 0.2s ease, background 0.2s ease;
}

.la-home-header-cta:hover {
  background: var(--la-blue);
  transform: translateY(-2px);
}

#la-home-proposito,
#la-home-caminos,
#la-home-libros,
#la-home-autor {
  scroll-margin-top: 110px;
}

.la-home-kicker,
.la-home-eyebrow {
  color: var(--la-blue);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.la-home-eyebrow {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.la-home-eyebrow span {
  width: 2.5rem;
  height: 2px;
  display: inline-block;
  background: var(--la-coral);
}

.la-home-hero {
  position: relative;
  min-height: 720px;
  padding: clamp(3rem, 4vw, 4.75rem) max(4vw, 1.25rem);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(540px, 1.1fr);
  align-items: center;
  gap: clamp(2.5rem, 5vw, 6rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 9% 13%, rgba(42, 198, 191, 0.2), transparent 23%),
    radial-gradient(circle at 89% 14%, rgba(42, 198, 191, 0.17), transparent 24%),
    linear-gradient(106deg, #041f32 0%, var(--la-navy) 46.5%, #f7f1e6 46.65%, #eff9f6 100%);
}

.la-home-hero::before {
  content: "";
  position: absolute;
  width: 31rem;
  height: 31rem;
  left: -22rem;
  top: 7%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  box-shadow: 0 0 0 6rem rgba(42, 198, 191, 0.035), 0 0 0 12rem rgba(255, 255, 255, 0.018);
}

.la-home-hero::after {
  content: "HUMANO";
  position: absolute;
  z-index: 0;
  left: 3.5vw;
  bottom: -0.18em;
  color: rgba(255, 255, 255, 0.028);
  font-size: clamp(7rem, 13vw, 15rem);
  font-weight: 950;
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.la-home-hero-copy,
.la-home-hero-visual {
  position: relative;
  z-index: 2;
}

.la-home-hero-copy {
  max-width: 700px;
}

.la-home-hero h1 {
  max-width: 700px;
  margin: 1.5rem 0 1.6rem;
  color: white;
  font-size: clamp(3rem, 5vw, 5.8rem);
  font-weight: 800;
  line-height: 0.99;
}

.la-home-hero-support {
  max-width: 640px;
  margin-bottom: 0;
  color: #c4d8e0;
  font-size: clamp(1.05rem, 1.45vw, 1.3rem);
  line-height: 1.78;
}

.la-home-hero .la-home-eyebrow {
  color: var(--la-aqua);
}

.la-home-hero .la-home-text-link {
  color: #8be2dc !important;
}

.la-home-actions {
  margin-top: 2.15rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.la-home-button {
  min-height: 52px;
  padding: 0.9rem 1.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 900;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.la-home-button:hover {
  transform: translateY(-2px);
}

.la-home-button-coral {
  color: #321f1b !important;
  background: var(--la-coral);
  box-shadow: 0 14px 34px rgba(255, 123, 112, 0.21);
}

.la-home-button-navy {
  color: white !important;
  background: var(--la-navy);
  box-shadow: 0 14px 34px rgba(6, 43, 67, 0.2);
}

.la-home-button-outline {
  border: 1px solid rgba(255, 255, 255, 0.58);
  color: white !important;
  background: transparent;
}

.la-home-button-outline:hover {
  background: rgba(255, 255, 255, 0.08);
}

.la-home-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--la-blue) !important;
  font-size: 0.82rem;
  font-weight: 900;
}

.la-home-text-link span {
  transition: transform 0.2s ease;
}

.la-home-text-link:hover span {
  transform: translateX(4px);
}

.la-home-audience-note {
  max-width: 610px;
  margin-top: 2.5rem;
  padding-top: 1.2rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.la-home-audience-note strong {
  color: white;
  font-size: 0.72rem;
  text-transform: uppercase;
}

.la-home-audience-note span {
  color: #aac5cf;
  font-size: 0.76rem;
  line-height: 1.5;
}

.la-home-hero-visual {
  min-height: 590px;
  display: grid;
  place-items: center;
}

.la-home-ecosystem-canvas {
  position: relative;
  width: min(100%, 720px);
  min-height: 590px;
  overflow: hidden;
  border: 1px solid rgba(6, 43, 67, 0.1);
  border-radius: clamp(1.6rem, 3vw, 2.8rem);
  background:
    linear-gradient(rgba(13, 107, 143, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 107, 143, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, rgba(42, 198, 191, 0.2), transparent 27%),
    rgba(255, 253, 248, 0.88);
  background-size: 36px 36px, 36px 36px, auto, auto;
  box-shadow: 0 35px 90px rgba(6, 43, 67, 0.17);
  isolation: isolate;
}

.la-home-ecosystem-canvas::before,
.la-home-ecosystem-canvas::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
}

.la-home-ecosystem-canvas::before {
  width: 29rem;
  height: 29rem;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(13, 107, 143, 0.11);
  box-shadow: 0 0 0 4.7rem rgba(42, 198, 191, 0.035), 0 0 0 9rem rgba(13, 107, 143, 0.022);
  transform: translate(-50%, -50%);
}

.la-home-ecosystem-canvas::after {
  width: 16rem;
  height: 16rem;
  right: -7rem;
  top: -7rem;
  background: rgba(255, 123, 112, 0.16);
}

.la-home-ecosystem-label {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 1.25rem;
  padding: 0.58rem 0.82rem;
  border: 1px solid rgba(6, 43, 67, 0.11);
  border-radius: 999px;
  color: var(--la-blue);
  background: rgba(255, 255, 255, 0.83);
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transform: translateX(-50%);
  white-space: nowrap;
}

.la-home-ecosystem-core {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  width: 220px;
  aspect-ratio: 1;
  padding: 1.65rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 7px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  color: white;
  background: linear-gradient(145deg, var(--la-navy), #0d6882);
  box-shadow: 0 0 0 1px rgba(6, 43, 67, 0.13), 0 22px 48px rgba(6, 43, 67, 0.28);
  text-align: center;
  transform: translate(-50%, -50%);
}

.la-home-ecosystem-core > span {
  color: var(--la-aqua);
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.la-home-ecosystem-core strong {
  margin-top: 0.55rem;
  font-size: 1.75rem;
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.la-home-ecosystem-core small {
  max-width: 150px;
  margin-top: 0.8rem;
  color: #b8d8df;
  font-size: 0.55rem;
  line-height: 1.45;
}

.la-home-ecosystem-node {
  --node-color: var(--la-blue);
  position: absolute;
  z-index: 5;
  width: min(38%, 245px);
  min-height: 126px;
  padding: 1.05rem 1.15rem;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(6, 43, 67, 0.1);
  border-top: 4px solid var(--node-color);
  border-radius: 1.15rem;
  color: var(--la-navy) !important;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(6, 43, 67, 0.11);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.la-home-ecosystem-node:hover {
  z-index: 7;
  box-shadow: 0 22px 48px rgba(6, 43, 67, 0.17);
  transform: translateY(-5px);
}

.la-home-ecosystem-node > small {
  color: var(--node-color);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.la-home-ecosystem-node > strong {
  margin-top: 0.42rem;
  font-size: 1.15rem;
  line-height: 1.08;
}

.la-home-ecosystem-node > span {
  margin-top: auto;
  padding-top: 0.55rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--la-muted);
  font-size: 0.66rem;
}

.la-home-ecosystem-node b {
  color: var(--node-color);
  font-size: 0.9rem;
}

.la-home-ecosystem-node.is-understand { --node-color: #0d6b8f; left: 3.5%; top: 14%; }
.la-home-ecosystem-node.is-explore { --node-color: #26a9a4; right: 3.5%; top: 11%; }
.la-home-ecosystem-node.is-read { --node-color: #d39b3e; left: 4%; bottom: 8%; }
.la-home-ecosystem-node.is-connect { --node-color: #e5675d; right: 3%; bottom: 11%; }

.la-home-ecosystem-node.is-muted {
  opacity: 0.7;
}

.la-home-ecosystem-line {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 23%;
  height: 1px;
  background: linear-gradient(90deg, rgba(13, 107, 143, 0.4), rgba(13, 107, 143, 0.05));
  transform-origin: left center;
}

.la-home-ecosystem-line.is-one { transform: rotate(-148deg); }
.la-home-ecosystem-line.is-two { transform: rotate(-31deg); }
.la-home-ecosystem-line.is-three { transform: rotate(148deg); }
.la-home-ecosystem-line.is-four { transform: rotate(31deg); }

.la-home-purpose {
  padding: clamp(5.5rem, 9vw, 9rem) max(7vw, 1.25rem);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(3rem, 8vw, 9rem);
  color: white;
  background: var(--la-navy);
}

.la-home-section-heading {
  align-self: start;
}

.la-home-purpose .la-home-kicker {
  color: var(--la-aqua);
}

.la-home-purpose h2 {
  max-width: 720px;
  margin: 1rem 0 0;
  color: white;
  font-size: clamp(2.45rem, 4.5vw, 5.1rem);
  font-weight: 750;
  line-height: 1.02;
}

.la-home-purpose-copy > p {
  max-width: 720px;
  margin-bottom: 1.8rem;
  color: #c3d9e1;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.85;
}

.la-home-purpose blockquote {
  margin: 0;
  padding: 1.4rem 0 1.4rem 1.4rem;
  border-left: 3px solid var(--la-coral);
  color: white;
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  font-weight: 700;
  line-height: 1.62;
}

.la-home-functions {
  margin-top: 2.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.la-home-functions span {
  padding: 0.56rem 0.78rem;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 999px;
  color: #b9e2df;
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.la-home-paths,
.la-home-books,
.la-home-blog {
  padding: clamp(5.5rem, 9vw, 9rem) max(7vw, 1.25rem);
}

.la-home-paths {
  background: var(--la-sand);
}

.la-home-paths-heading,
.la-home-books-heading,
.la-home-blog-heading {
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.7fr);
  align-items: end;
  gap: 3rem;
}

.la-home-paths-heading h2,
.la-home-books-heading h2,
.la-home-blog-heading h2 {
  max-width: 780px;
  margin: 0.8rem 0 0;
  color: var(--la-navy);
  font-size: clamp(2.5rem, 4.3vw, 5rem);
  font-weight: 760;
  line-height: 1.02;
}

.la-home-paths-heading > p,
.la-home-books-heading > p {
  margin: 0;
  color: var(--la-muted);
  line-height: 1.8;
}

.la-home-path-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.la-home-path-card {
  --path-color: var(--la-blue);
  position: relative;
  min-height: 390px;
  padding: clamp(1.4rem, 2.2vw, 2.2rem);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(6, 43, 67, 0.09);
  border-radius: 1.5rem;
  background: rgba(255, 253, 248, 0.88);
  box-shadow: 0 14px 35px rgba(6, 43, 67, 0.055);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.la-home-path-card::before {
  content: "";
  position: absolute;
  width: 11rem;
  height: 11rem;
  right: -5.5rem;
  top: -5.5rem;
  border-radius: 50%;
  background: color-mix(in srgb, var(--path-color) 13%, transparent);
}

.la-home-path-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(6, 43, 67, 0.1);
}

.la-home-path-card.is-understand { --path-color: #0d6b8f; }
.la-home-path-card.is-explore { --path-color: #2ac6bf; }
.la-home-path-card.is-read { --path-color: #d39b3e; }
.la-home-path-card.is-connect { --path-color: #ff7b70; }

.la-home-path-number {
  position: relative;
  color: var(--path-color);
  font-size: 0.72rem;
  font-weight: 900;
}

.la-home-path-card > p {
  margin: 3.3rem 0 0.7rem;
  color: var(--path-color);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.la-home-path-card h3 {
  margin: 0;
  color: var(--la-navy);
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.1;
}

.la-home-path-card > div {
  margin-top: 1rem;
  color: var(--la-muted);
  font-size: 0.88rem;
  line-height: 1.72;
}

.la-home-path-card > a {
  margin-top: auto;
  padding-top: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--path-color) !important;
  font-size: 0.76rem;
  font-weight: 900;
}

.la-home-path-card > a span {
  font-size: 1.1rem;
  transition: transform 0.2s ease;
}

.la-home-path-card > a:hover span {
  transform: translateX(4px);
}

.la-home-pillars {
  padding: clamp(5.5rem, 9vw, 9rem) max(7vw, 1.25rem);
  background: var(--la-paper);
}

.la-home-pillars-heading {
  max-width: 920px;
  margin-bottom: 3.5rem;
}

.la-home-pillars-heading h2 {
  margin: 0.8rem 0 1.2rem;
  color: var(--la-navy);
  font-size: clamp(2.45rem, 4.5vw, 5.2rem);
  font-weight: 760;
  line-height: 1.02;
}

.la-home-pillars-heading > p:last-child {
  max-width: 720px;
  color: var(--la-muted);
  font-size: 1.03rem;
  line-height: 1.75;
}

.la-home-pillar-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--la-line);
  border-radius: 1.4rem;
  background: var(--la-line);
}

.la-home-pillar-card {
  --pillar-color: var(--la-blue);
  min-height: 280px;
  padding: clamp(1.35rem, 2.3vw, 2.25rem);
  display: flex;
  flex-direction: column;
  background: var(--la-paper);
}

.la-home-pillar-card.is-blue { --pillar-color: #0d6b8f; }
.la-home-pillar-card.is-green { --pillar-color: #4f765e; }
.la-home-pillar-card.is-purple { --pillar-color: #7650b5; }
.la-home-pillar-card.is-pink { --pillar-color: #d95f8a; }
.la-home-pillar-card.is-aqua { --pillar-color: #188f92; }
.la-home-pillar-card.is-coral { --pillar-color: #db6258; }
.la-home-pillar-card.is-navy { --pillar-color: #062b43; }

.la-home-pillar-card > span {
  color: var(--pillar-color);
  font-size: 0.69rem;
  font-weight: 900;
}

.la-home-pillar-card h3 {
  margin: 2.4rem 0 0;
  color: var(--la-navy);
  font-size: clamp(1.25rem, 1.65vw, 1.7rem);
  line-height: 1.13;
}

.la-home-pillar-card p {
  margin: 0.8rem 0 0;
  color: var(--la-muted);
  font-size: 0.82rem;
  line-height: 1.65;
}

.la-home-pillar-card small {
  margin-top: auto;
  padding-top: 1.4rem;
  color: var(--pillar-color);
  font-size: 0.67rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.la-home-reef {
  padding: clamp(5.5rem, 9vw, 9rem) max(7vw, 1.25rem);
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 9rem);
  color: white;
  background:
    radial-gradient(circle at 20% 50%, rgba(42, 198, 191, 0.18), transparent 32%),
    #041f32;
}

.la-home-reef-image {
  position: relative;
}

.la-home-reef-image img {
  width: 100%;
  border: 7px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.6rem;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.25);
}

.la-home-reef-image > span {
  position: absolute;
  left: 1.2rem;
  bottom: 1.2rem;
  padding: 0.6rem 0.75rem;
  border-radius: 0.7rem;
  color: white;
  background: rgba(6, 43, 67, 0.85);
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.la-home-reef-copy .la-home-kicker {
  color: var(--la-aqua);
}

.la-home-reef-copy h2 {
  margin: 0.9rem 0 1.4rem;
  color: white;
  font-size: clamp(2.4rem, 4.2vw, 4.9rem);
  font-weight: 740;
  line-height: 1.02;
}

.la-home-reef-copy > p:not(.la-home-kicker) {
  max-width: 720px;
  color: #b9d5df;
  line-height: 1.84;
}

.la-home-character-links {
  margin: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.la-home-character-links a {
  padding: 0.6rem 0.78rem;
  display: inline-flex;
  gap: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  color: white !important;
  font-size: 0.72rem;
  font-weight: 900;
}

.la-home-character-links .is-octavio { border-color: rgba(13, 107, 143, 0.8); }
.la-home-character-links .is-leo { border-color: rgba(111, 138, 87, 0.8); }
.la-home-character-links .is-aurelia { border-color: rgba(139, 92, 230, 0.8); }
.la-home-character-links .is-zuri { border-color: rgba(242, 109, 130, 0.9); }
.la-home-character-links .is-ubaldo { border-color: rgba(42, 198, 191, 0.9); }

.la-home-video {
  padding: clamp(5.5rem, 9vw, 9rem) max(7vw, 1.25rem);
  display: grid;
  grid-template-columns: minmax(300px, 0.68fr) minmax(0, 1.32fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 8rem);
  background: var(--la-sand);
}

.la-home-video-copy h2 {
  margin: 0.8rem 0 1.2rem;
  color: var(--la-navy);
  font-size: clamp(2.35rem, 4vw, 4.5rem);
  font-weight: 760;
  line-height: 1.02;
}

.la-home-video-copy > p:not(.la-home-kicker) {
  color: var(--la-muted);
  line-height: 1.8;
}

.la-home-video-frame {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  display: grid;
  place-items: center;
  border: 8px solid white;
  border-radius: 1.5rem;
  background: var(--la-navy);
  box-shadow: 0 26px 60px rgba(6, 43, 67, 0.17);
}

.la-home-video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.la-home-video-frame > a {
  color: white !important;
  font-weight: 900;
}

.la-home-books {
  background: var(--la-paper);
}

.la-home-book-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.la-home-book-card {
  display: grid;
  grid-template-columns: minmax(138px, 0.68fr) minmax(0, 1.32fr);
  gap: 1.25rem;
  padding: 1.25rem;
  border: 1px solid var(--la-line);
  border-radius: 1.35rem;
  background: white;
  box-shadow: 0 14px 36px rgba(6, 43, 67, 0.055);
}

.la-home-book-cover {
  position: relative;
  aspect-ratio: 1;
  min-height: 0;
  padding: 0;
  display: block;
  overflow: hidden;
  border-radius: 0.85rem;
  background: #eef2f1;
  box-shadow: 0 13px 28px rgba(6, 43, 67, 0.16);
  transform: perspective(900px) rotateY(2deg);
  transform-origin: left center;
}

.la-home-book-cover::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 8px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2), transparent);
  pointer-events: none;
}

.la-home-book-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.la-home-book-cover:hover img {
  transform: scale(1.025);
}

.la-home-book-card > div:last-child {
  display: flex;
  flex-direction: column;
}

.la-home-book-card p {
  margin: 0;
  color: var(--la-blue);
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.la-home-book-card h3 {
  margin: 0.6rem 0 0;
  color: var(--la-navy);
  font-size: clamp(1.2rem, 1.6vw, 1.65rem);
  line-height: 1.12;
}

.la-home-book-card > div:last-child > span {
  margin-top: 0.9rem;
  color: var(--la-muted);
  font-size: 0.76rem;
  line-height: 1.62;
}

.la-home-book-card > div:last-child > a {
  margin-top: auto;
  padding-top: 1.2rem;
  display: flex;
  justify-content: space-between;
  color: var(--la-blue) !important;
  font-size: 0.72rem;
  font-weight: 900;
}

.la-home-centered-link {
  width: fit-content;
  margin: 2.2rem auto 0;
  display: flex;
  gap: 0.55rem;
  color: var(--la-blue) !important;
  font-size: 0.78rem;
  font-weight: 900;
}

.la-home-blog {
  background: #eef6f5;
}

.la-home-blog-heading > a {
  justify-self: end;
  color: var(--la-blue) !important;
  font-size: 0.78rem;
  font-weight: 900;
}

.la-home-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.la-home-post-card {
  overflow: hidden;
  border: 1px solid rgba(6, 43, 67, 0.09);
  border-radius: 1.35rem;
  background: white;
  box-shadow: 0 14px 36px rgba(6, 43, 67, 0.055);
}

.la-home-post-image {
  aspect-ratio: 16 / 9;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, var(--la-navy), var(--la-blue));
}

.la-home-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.la-home-post-card:hover .la-home-post-image img {
  transform: scale(1.035);
}

.la-home-post-image.is-placeholder span {
  color: rgba(255, 255, 255, 0.3);
  font-size: 6rem;
  line-height: 1;
}

.la-home-post-card > div {
  padding: 1.35rem;
}

.la-home-post-card p {
  margin: 0;
  color: var(--la-blue);
  font-size: 0.65rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.la-home-post-card h3 {
  margin: 0.65rem 0 0;
  color: var(--la-navy);
  font-size: clamp(1.3rem, 1.8vw, 1.8rem);
  line-height: 1.13;
}

.la-home-post-card > div > span {
  margin-top: 0.85rem;
  display: block;
  color: var(--la-muted);
  font-size: 0.82rem;
  line-height: 1.65;
}

.la-home-post-card > div > a {
  margin-top: 1.2rem;
  display: flex;
  justify-content: space-between;
  color: var(--la-blue) !important;
  font-size: 0.73rem;
  font-weight: 900;
}

.la-home-post-empty {
  grid-column: 1 / -1;
}

.la-home-community {
  position: relative;
  padding: clamp(5.5rem, 9vw, 9rem) max(7vw, 1.25rem);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.72fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 8rem);
  overflow: hidden;
  color: white;
  background: var(--la-navy);
}

.la-home-community-rings {
  position: absolute;
  right: -12rem;
  top: 50%;
  width: 38rem;
  height: 38rem;
  transform: translateY(-50%);
}

.la-home-community-rings span {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(42, 198, 191, 0.13);
  border-radius: 50%;
}

.la-home-community-rings span:nth-child(2) { inset: 5rem; }
.la-home-community-rings span:nth-child(3) { inset: 10rem; }

.la-home-community-copy,
.la-home-community-values {
  position: relative;
  z-index: 2;
}

.la-home-community .la-home-kicker {
  color: var(--la-aqua);
}

.la-home-community h2 {
  max-width: 850px;
  margin: 0.8rem 0 1.3rem;
  color: white;
  font-size: clamp(2.5rem, 4.5vw, 5.2rem);
  font-weight: 740;
  line-height: 1.02;
}

.la-home-community-copy > p:not(.la-home-kicker) {
  max-width: 720px;
  color: #c0d7df;
  line-height: 1.8;
}

.la-home-community-values {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.13);
}

.la-home-community-values > div {
  padding: 1.25rem;
  display: grid;
  gap: 0.35rem;
  background: rgba(4, 31, 50, 0.86);
}

.la-home-community-values strong {
  color: white;
  font-size: 0.84rem;
}

.la-home-community-values span {
  color: #9dbbc7;
  font-size: 0.75rem;
  line-height: 1.55;
}

.la-home-author {
  padding: clamp(5.5rem, 9vw, 9rem) max(7vw, 1.25rem);
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 9rem);
  background: var(--la-paper);
}

.la-home-author-image {
  position: relative;
  width: min(100%, 560px);
  margin: 0 auto;
}

.la-home-author-image img {
  width: 100%;
  border-radius: 1.6rem;
  box-shadow: 0 28px 70px rgba(6, 43, 67, 0.17);
}

.la-home-author-image > span {
  position: absolute;
  left: 1.2rem;
  bottom: 1.2rem;
  padding: 0.65rem 0.82rem;
  border-radius: 0.7rem;
  color: white;
  background: rgba(6, 43, 67, 0.86);
  font-size: 0.68rem;
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.la-home-author-copy h2 {
  max-width: 850px;
  margin: 0.8rem 0 1.3rem;
  color: var(--la-navy);
  font-size: clamp(2.4rem, 4.3vw, 5rem);
  font-weight: 760;
  line-height: 1.02;
}

.la-home-author-copy > p:not(.la-home-kicker) {
  max-width: 760px;
  color: var(--la-muted);
  line-height: 1.84;
}

.la-home-author blockquote {
  max-width: 720px;
  margin: 1.7rem 0;
  padding-left: 1.2rem;
  border-left: 3px solid var(--la-coral);
  color: var(--la-navy);
  font-size: clamp(1.05rem, 1.4vw, 1.24rem);
  font-weight: 750;
  line-height: 1.55;
}

.la-home-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.la-home-social-links a {
  padding: 0.56rem 0.75rem;
  border: 1px solid var(--la-line);
  border-radius: 999px;
  color: var(--la-blue) !important;
  font-size: 0.7rem;
  font-weight: 900;
}

.la-home-final {
  position: relative;
  padding: clamp(6rem, 11vw, 10rem) 1.5rem;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 50% 10%, rgba(42, 198, 191, 0.15), transparent 30%),
    #041f32;
  text-align: center;
}

.la-home-final .la-home-kicker {
  color: var(--la-aqua);
}

.la-home-final h2 {
  max-width: 1050px;
  margin: 0.8rem auto 1.3rem;
  color: white;
  font-size: clamp(3rem, 6vw, 6.8rem);
  font-weight: 740;
  line-height: 0.98;
}

.la-home-final > p:not(.la-home-kicker) {
  max-width: 680px;
  margin: 0 auto;
  color: #a9c6d0;
  line-height: 1.75;
}

.la-home-final-actions {
  justify-content: center;
}

@media (max-width: 1160px) {
  .la-home-header nav {
    display: none;
  }

  .la-home-path-grid,
  .la-home-pillar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .la-home-book-grid {
    grid-template-columns: 1fr;
  }

  .la-home-book-card {
    grid-template-columns: minmax(200px, 0.42fr) minmax(0, 1.58fr);
  }

  .la-home-book-cover {
    width: min(100%, 280px);
  }
}

@media (max-width: 920px) {
  .la-home-hero,
  .la-home-purpose,
  .la-home-reef,
  .la-home-video,
  .la-home-community,
  .la-home-author {
    grid-template-columns: 1fr;
  }

  .la-home-hero {
    padding: 3.5rem max(4vw, 1.25rem) 5rem;
    background:
      radial-gradient(circle at 9% 10%, rgba(42, 198, 191, 0.19), transparent 20%),
      radial-gradient(circle at 88% 65%, rgba(42, 198, 191, 0.16), transparent 22%),
      linear-gradient(180deg, #041f32 0%, var(--la-navy) 47.8%, #f7f1e6 48%, #eff9f6 100%);
  }

  .la-home-hero-copy {
    max-width: 840px;
  }

  .la-home-hero-visual {
    width: min(100%, 820px);
    min-height: 590px;
    margin: 0 auto;
  }

  .la-home-purpose-copy,
  .la-home-reef-copy,
  .la-home-video-copy,
  .la-home-community-copy,
  .la-home-author-copy {
    max-width: 850px;
  }

  .la-home-paths-heading,
  .la-home-books-heading,
  .la-home-blog-heading {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 1rem;
  }

  .la-home-blog-heading > a {
    justify-self: start;
  }

  .la-home-post-grid {
    grid-template-columns: 1fr;
  }

  .la-home-post-card {
    display: grid;
    grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  }

  .la-home-community-rings {
    opacity: 0.45;
  }

  .la-home-author-image {
    width: min(78vw, 560px);
  }
}

@media (max-width: 680px) {
  .admin-bar .la-home-header {
    top: 46px;
  }

  .la-home-header {
    min-height: 76px;
  }

  .la-home-brand img {
    width: 108px;
  }

  .la-home-header-cta {
    min-height: 40px;
    padding: 0.62rem 0.82rem;
    font-size: 0.68rem;
  }

  .la-home-hero {
    min-height: auto;
    padding: 3rem 1.25rem 4rem;
    background:
      radial-gradient(circle at 8% 8%, rgba(42, 198, 191, 0.2), transparent 20%),
      linear-gradient(180deg, #041f32 0%, var(--la-navy) 44%, #f7f1e6 44.2%, #eff9f6 100%);
  }

  .la-home-hero h1 {
    font-size: clamp(2.75rem, 13vw, 4.3rem);
  }

  .la-home-audience-note {
    grid-template-columns: 1fr;
  }

  .la-home-hero-visual {
    min-height: 0;
  }

  .la-home-ecosystem-canvas {
    min-height: 0;
    padding: 4.6rem 1rem 1rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    border-radius: 1.45rem;
  }

  .la-home-ecosystem-canvas::before {
    display: none;
  }

  .la-home-ecosystem-label {
    top: 1.1rem;
    width: calc(100% - 2rem);
    text-align: center;
    white-space: normal;
  }

  .la-home-ecosystem-line {
    display: none;
  }

  .la-home-ecosystem-core,
  .la-home-ecosystem-node {
    position: relative;
    inset: auto;
    width: 100%;
    transform: none;
  }

  .la-home-ecosystem-core {
    min-height: 180px;
    aspect-ratio: auto;
    border-width: 5px;
    border-radius: 1.2rem;
  }

  .la-home-ecosystem-node {
    min-height: 112px;
  }

  .la-home-ecosystem-node:hover {
    transform: translateY(-3px);
  }

  .la-home-path-grid,
  .la-home-pillar-grid {
    grid-template-columns: 1fr;
  }

  .la-home-path-card {
    min-height: 330px;
  }

  .la-home-book-card {
    grid-template-columns: 1fr;
  }

  .la-home-book-cover {
    width: min(64vw, 230px);
    margin: 0 auto;
  }

  .la-home-post-card {
    display: block;
  }

  .la-home-community-values {
    margin-top: 1rem;
  }

  .la-home-author-image {
    width: min(88vw, 500px);
  }

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

  .la-home-actions .la-home-button,
  .la-home-actions .la-home-text-link {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .la-home-page *,
  .la-home-page *::before,
  .la-home-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
